inherited HexSessionFrame: THexSessionFrame Caption = 'Comparison' object AlignKindEdit: TUiRadioGroup Left = 8 Top = 8 Width = 409 Height = 41 Caption = 'Alignment' Columns = 3 Items.WideStrings = ( 'None' 'Fast' 'Complete') TabOrder = 0 OnClick = SomethingChangedClick end object MiscGroupBox: TUiGroupBox Left = 8 Top = 56 Width = 409 Height = 105 Caption = 'Miscellaneous' TabOrder = 1 object ItemByteCountLbl: TUiLabel Left = 64 Top = 24 Height = 13 Caption = 'bytes per line' FocusControl = ItemByteCountEdit end object InMemoryLimitLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = 'Files up to this size are loaded without file locks:' FocusControl = InMemoryLimitEdit end object InMemoryLimitMBLbl: TUiLabel Left = 64 Top = 76 Height = 13 Caption = 'MB' FocusControl = InMemoryLimitEdit end object ItemByteCountEdit: TUiSpinEdit Left = 8 Top = 20 Width = 50 Height = 21 Max = 128 Min = 1 Position = 1 TabOrder = 0 OnChange = SomethingChangedClick end object InMemoryLimitEdit: TUiSpinEdit Left = 8 Top = 72 Width = 50 Height = 21 Max = 32 TabOrder = 1 OnChange = SomethingChangedClick end end end